gtk4.git
15 years agodocs: Move documentation to inline comments: GtkNotebook
Javier Jardón [Sun, 3 Oct 2010 17:50:11 +0000 (19:50 +0200)]
docs: Move documentation to inline comments: GtkNotebook

15 years agoUpdated Lithuanian translation by Aurimas Černius <aurisc4@gmail.com> and Rimas Kudel...
Žygimantas Beručka [Sun, 3 Oct 2010 13:21:32 +0000 (15:21 +0200)]
Updated Lithuanian translation by Aurimas Černius <aurisc4@gmail.com> and Rimas Kudelis <rq@akl.lt>

15 years agoUpdated Lithuanian translation by Aurimas Černius <aurisc4@gmail.com>
Žygimantas Beručka [Sun, 3 Oct 2010 13:15:53 +0000 (15:15 +0200)]
Updated Lithuanian translation by Aurimas Černius <aurisc4@gmail.com>

15 years agotextview: Fix clip usage
José Aliste [Sun, 3 Oct 2010 10:14:48 +0000 (12:14 +0200)]
textview: Fix clip usage

The previous code used cairo_clip_extents() and interpreted its
parameters wrong.

https://bugzilla.gnome.org/show_bug.cgi?id=631203

15 years agodocs: Latest 2.x release will be 2.24, not 2.22
Javier Jardón [Sun, 3 Oct 2010 02:59:23 +0000 (04:59 +0200)]
docs: Latest 2.x release will be 2.24, not 2.22

15 years agodocs: Use gtk_widget_get_preferred_size() instead gtk_size_request_get_preferred_size()
Javier Jardón [Sun, 3 Oct 2010 01:41:44 +0000 (03:41 +0200)]
docs: Use gtk_widget_get_preferred_size() instead gtk_size_request_get_preferred_size()

GtkSizeRequest interface is now merged in GtkWidget

15 years agodocs: Move documentation to inline comments: GtkEntryBuffer
Garrett Regier [Sat, 2 Oct 2010 23:19:55 +0000 (01:19 +0200)]
docs: Move documentation to inline comments: GtkEntryBuffer

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=617320

Signed-off-by: Javier Jardón <jjardon@gnome.org>
15 years agodocs: Move documentation to inline comments: GtkTooltip
Javier Jardón [Sat, 2 Oct 2010 22:58:38 +0000 (00:58 +0200)]
docs: Move documentation to inline comments: GtkTooltip

15 years agodocs: Move documentation to inline comments: GtkToolbar
Javier Jardón [Sat, 2 Oct 2010 22:28:54 +0000 (00:28 +0200)]
docs: Move documentation to inline comments: GtkToolbar

15 years agodocs: Move documentation to inline comments: GtkComboBoxEntry
Garrett Regier [Sat, 2 Oct 2010 19:17:48 +0000 (21:17 +0200)]
docs: Move documentation to inline comments: GtkComboBoxEntry

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=617308

Signed-off-by: Javier Jardón <jjardon@gnome.org>
15 years agogail: use a weak pointer instead of an invalid destroy signal
William Jon McCann [Sat, 2 Oct 2010 19:45:46 +0000 (15:45 -0400)]
gail: use a weak pointer instead of an invalid destroy signal

15 years agoBump version to 2.91.1
Matthias Clasen [Sat, 2 Oct 2010 03:29:00 +0000 (23:29 -0400)]
Bump version to 2.91.1

15 years agoFix a reference in the gdk_pixbuf_get_from_surface docs
Matthias Clasen [Sat, 2 Oct 2010 01:43:23 +0000 (21:43 -0400)]
Fix a reference in the gdk_pixbuf_get_from_surface docs

15 years agoMore distcheck fixes
Matthias Clasen [Sat, 2 Oct 2010 01:36:16 +0000 (21:36 -0400)]
More distcheck fixes

15 years agogail: Fix menu emission hooks
Benjamin Otte [Sat, 2 Oct 2010 01:34:42 +0000 (03:34 +0200)]
gail: Fix menu emission hooks

Ref the GtkmenuItem class, so we can add emission hooks. And actually
add the emission hooks again that were removed in
7c140feb6b18c6e158b83356370a85864758c4f9.

15 years agogdk: Make gdk_pixbuf_get_from_*() bindable
Benjamin Otte [Sat, 2 Oct 2010 00:47:55 +0000 (02:47 +0200)]
gdk: Make gdk_pixbuf_get_from_*() bindable

The ownership of the return value for gdk_pixbuf_get_from_window() and
gdk_pixbuf_get_from_surface() was determined by the first argument.

Because that is an ugly design and the functions are new to GTK3, we
decided to adapt them.
And that adaptation was quite easy since almost no one passses anything
but NULL as the first argument.

15 years agoFix distcheck
Matthias Clasen [Sat, 2 Oct 2010 00:02:35 +0000 (20:02 -0400)]
Fix distcheck

Don't include config.h in headers, it doesn't work.

15 years agoFix make dist
Matthias Clasen [Fri, 1 Oct 2010 22:46:09 +0000 (18:46 -0400)]
Fix make dist

15 years agoUpdate NEWS for 2.91.0
Matthias Clasen [Fri, 1 Oct 2010 22:27:53 +0000 (18:27 -0400)]
Update NEWS for 2.91.0

15 years agoUpdate po files
Matthias Clasen [Fri, 1 Oct 2010 19:58:09 +0000 (15:58 -0400)]
Update po files

15 years agoDistribute autogen.sh
Colin Walters [Fri, 1 Oct 2010 21:29:20 +0000 (17:29 -0400)]
Distribute autogen.sh

This makes it easier for OS vendors to always invoke autogen.sh
for building, regardless of building from legacy tarballs or
git snapshots.

15 years agoSet version to 2.91.0
Matthias Clasen [Fri, 1 Oct 2010 18:57:25 +0000 (14:57 -0400)]
Set version to 2.91.0

Having an odd minor helps some tools which assume 'even minor == stable'
and 2.91 will keep us in sync with the wider GNOME versioning.

15 years agoMigration guide: Add an example for creating custom cursors
Matthias Clasen [Fri, 1 Oct 2010 18:54:11 +0000 (14:54 -0400)]
Migration guide: Add an example for creating custom cursors

15 years agoRevert an erroneous change
Matthias Clasen [Fri, 1 Oct 2010 17:46:39 +0000 (13:46 -0400)]
Revert an erroneous change

15 years agoGTK docs: Update width-for-height docs
Matthias Clasen [Fri, 1 Oct 2010 17:10:35 +0000 (13:10 -0400)]
GTK docs: Update width-for-height docs

Some places did not get updated after the recent rename-and-GtkWidget-merge.

15 years agoGTK docs: various fixups
Matthias Clasen [Fri, 1 Oct 2010 17:05:12 +0000 (13:05 -0400)]
GTK docs: various fixups

15 years agoDrop GdkSpan type
Matthias Clasen [Fri, 1 Oct 2010 13:39:10 +0000 (09:39 -0400)]
Drop GdkSpan type

GdkSpan is not used anywhere.

15 years agoGDK docs: Improve gdk_pixbuf_get_from_window docs
Matthias Clasen [Fri, 1 Oct 2010 13:38:36 +0000 (09:38 -0400)]
GDK docs: Improve gdk_pixbuf_get_from_window docs

15 years agoGDK docs: help gtk-doc understand gdk_window_invalidate_maybe_recurse
Matthias Clasen [Fri, 1 Oct 2010 13:10:52 +0000 (09:10 -0400)]
GDK docs: help gtk-doc understand gdk_window_invalidate_maybe_recurse

15 years agoGDK docs: improve the gdk_x11_display_error_trap_push docs
Matthias Clasen [Fri, 1 Oct 2010 12:16:38 +0000 (08:16 -0400)]
GDK docs: improve the gdk_x11_display_error_trap_push docs

15 years agoGDK docs: Clean out some dead symbols
Matthias Clasen [Fri, 1 Oct 2010 12:09:31 +0000 (08:09 -0400)]
GDK docs: Clean out some dead symbols

15 years agoGdkVisual: tell gtk-doc to ignore the innards
Matthias Clasen [Fri, 1 Oct 2010 11:37:26 +0000 (07:37 -0400)]
GdkVisual: tell gtk-doc to ignore the innards

15 years agoUpdate for recent api changes
Matthias Clasen [Fri, 1 Oct 2010 02:58:50 +0000 (22:58 -0400)]
Update for recent api changes

15 years agoRemove colormap api from gdk.symbols
Matthias Clasen [Fri, 1 Oct 2010 02:49:57 +0000 (22:49 -0400)]
Remove colormap api from gdk.symbols

15 years agoComplete the removal of GtkObject to fix make dist
Richard Hughes [Fri, 1 Oct 2010 11:36:57 +0000 (12:36 +0100)]
Complete the removal of GtkObject to fix make dist

15 years agoComplete the removal of examples/pixmap to fix make dist
Richard Hughes [Fri, 1 Oct 2010 11:36:16 +0000 (12:36 +0100)]
Complete the removal of examples/pixmap to fix make dist

15 years agoInitialize private structure
Jonh Wendell [Thu, 30 Sep 2010 19:56:11 +0000 (16:56 -0300)]
Initialize private structure

15 years agogail: remove obsolete select and deselect signals from MenuItem
William Jon McCann [Thu, 30 Sep 2010 18:42:38 +0000 (14:42 -0400)]
gail: remove obsolete select and deselect signals from MenuItem

They were removed in 3bd93e5bfd968d21cbcba15b952b254c41f204f9

15 years agodnd: Fix gtk_drag_set_icon_surface() with translucent surfaces
Benjamin Otte [Thu, 30 Sep 2010 14:25:11 +0000 (16:25 +0200)]
dnd: Fix gtk_drag_set_icon_surface() with translucent surfaces

The code for surfaces with alpha content was apparently untested and
screwed up the signs.

15 years agogdk: Fix gdk_cairo_region_create_from_surface() with device offsets
Benjamin Otte [Thu, 30 Sep 2010 14:24:11 +0000 (16:24 +0200)]
gdk: Fix gdk_cairo_region_create_from_surface() with device offsets

15 years agotrayicon: Use gdk_cairo_get_clip_rectangle() to simplify code
Benjamin Otte [Thu, 30 Sep 2010 13:50:52 +0000 (15:50 +0200)]
trayicon: Use gdk_cairo_get_clip_rectangle() to simplify code

15 years agodocs: Add note about hot_x/y in gtk_drag_set_icon_surface()
Benjamin Otte [Thu, 30 Sep 2010 11:54:20 +0000 (13:54 +0200)]
docs: Add note about hot_x/y in gtk_drag_set_icon_surface()

15 years agoFix GDK build on Quartz
Kristian Rietveld [Thu, 30 Sep 2010 07:01:11 +0000 (09:01 +0200)]
Fix GDK build on Quartz

15 years agointrospection: Fix some annotation syntax
Colin Walters [Wed, 29 Sep 2010 14:44:10 +0000 (10:44 -0400)]
introspection: Fix some annotation syntax

15 years agogtk: Fix remaining mentions of gtk_container_propagate_expose()
Benjamin Otte [Wed, 29 Sep 2010 12:12:22 +0000 (14:12 +0200)]
gtk: Fix remaining mentions of gtk_container_propagate_expose()

That includes the gtkcontainer.h header file.

https://bugzilla.gnome.org/show_bug.cgi?id=630800

15 years agogdk: Don't (un)set the background when destroying a window.
Benjamin Otte [Wed, 29 Sep 2010 10:07:12 +0000 (12:07 +0200)]
gdk: Don't (un)set the background when destroying a window.

This previously caused the x11 code to do a XSetWindowBackgroundPixmap
call on a window that was about to be destroyed. And that's not really
useful.

https://bugzilla.gnome.org/show_bug.cgi?id=630864

15 years agox11: Don't set ParentRealtive if the parent's visual is different
Benjamin Otte [Wed, 29 Sep 2010 10:06:19 +0000 (12:06 +0200)]
x11: Don't set ParentRealtive if the parent's visual is different

Causes a BadMatch otherwise, see code comments.

https://bugzilla.gnome.org/show_bug.cgi?id=630864

15 years agogtk-demo: remove GtkObject type
Javier Jardón [Wed, 29 Sep 2010 04:11:13 +0000 (06:11 +0200)]
gtk-demo: remove GtkObject type

15 years agoexamples/gtkdial/gtkdial.c: Fixing for removal of GtkObject type
Javier Jardón [Wed, 29 Sep 2010 04:06:50 +0000 (06:06 +0200)]
examples/gtkdial/gtkdial.c: Fixing for removal of GtkObject type

15 years agoexamples/colorsel/colorsel.c: remove unneded GTK_OBJECT cast
Javier Jardón [Wed, 29 Sep 2010 04:01:07 +0000 (06:01 +0200)]
examples/colorsel/colorsel.c: remove unneded GTK_OBJECT cast

15 years agotesttext: Use gtk_widget_destroy() instead gtk_object_destroy()
Javier Jardón [Wed, 29 Sep 2010 03:58:02 +0000 (05:58 +0200)]
testtext: Use gtk_widget_destroy() instead gtk_object_destroy()

15 years agoRemove unneded casts
Javier Jardón [Mon, 27 Sep 2010 13:10:12 +0000 (15:10 +0200)]
Remove unneded casts

As gtk_adjustment_new() returns a GtkAdjustment* now

https://bugzilla.gnome.org/show_bug.cgi?id=630731

15 years agogtk_adjustment_new() should return a GtkAdjustment*
Javier Jardón [Mon, 27 Sep 2010 12:48:26 +0000 (14:48 +0200)]
gtk_adjustment_new() should return a GtkAdjustment*

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731

15 years agoAPI: remove gtk_window_set_visual()
Benjamin Otte [Tue, 28 Sep 2010 17:13:24 +0000 (19:13 +0200)]
API: remove gtk_window_set_visual()

gtk_widget_set_visual() exists now and can be used instead.

This reverts commit 59b227e1232998fdb854affc8dcd9dcd2a446b39.

15 years agotestgtk: Use gtk_widget_set_visual()
Benjamin Otte [Tue, 28 Sep 2010 17:11:46 +0000 (19:11 +0200)]
testgtk: Use gtk_widget_set_visual()

15 years agotrayicon: Use gtk_widget_set_visual()
Benjamin Otte [Tue, 28 Sep 2010 17:11:30 +0000 (19:11 +0200)]
trayicon: Use gtk_widget_set_visual()

15 years agoAPI: gtk: Add gtk_widget_set_visual()
Benjamin Otte [Tue, 28 Sep 2010 16:56:34 +0000 (18:56 +0200)]
API: gtk: Add gtk_widget_set_visual()

It turns out that the previous handling of just providing a way to set
visuals just on toplevels was not sufficient. In particular it
complicated the various implementations of the tray icon specification.
This patch reintroduces gtk_widget_set_visual() which behaves very
similar to GTK2's gtk_widget_set_colormap().

A future commit will remove the gtk_window_set_visual() function.

15 years agowidget: Fix compile warnings: missing return value
Benjamin Otte [Tue, 28 Sep 2010 16:33:23 +0000 (18:33 +0200)]
widget: Fix compile warnings: missing return value

15 years agogail: Fix tests compilation - too many casts
Benjamin Otte [Tue, 28 Sep 2010 16:26:31 +0000 (18:26 +0200)]
gail: Fix tests compilation - too many casts

15 years agotoolbar: Fix compilation warnings - missing cast
Benjamin Otte [Tue, 28 Sep 2010 16:26:23 +0000 (18:26 +0200)]
toolbar: Fix compilation warnings - missing cast

15 years agotreeview: Fix compilation warnings - missing cast
Benjamin Otte [Tue, 28 Sep 2010 16:26:05 +0000 (18:26 +0200)]
treeview: Fix compilation warnings - missing cast

15 years agooffscreenwindow: Fix includes
Benjamin Otte [Tue, 28 Sep 2010 16:24:55 +0000 (18:24 +0200)]
offscreenwindow: Fix includes

15 years agonotebook: Fix compilation warnings - missing cast
Benjamin Otte [Tue, 28 Sep 2010 16:24:34 +0000 (18:24 +0200)]
notebook: Fix compilation warnings - missing cast

15 years agocombobox: Fix compilation warnings - missing cast
Benjamin Otte [Tue, 28 Sep 2010 16:24:14 +0000 (18:24 +0200)]
combobox: Fix compilation warnings - missing cast

15 years agogdk: remove "screen" member from GdkOffscreenWindow, it has become obsolete
Michael Natterer [Tue, 28 Sep 2010 14:03:59 +0000 (16:03 +0200)]
gdk: remove "screen" member from GdkOffscreenWindow, it has become obsolete

Also remove screen parameter from _gdk_offscreen_window_new() and get
rid of a bunch on includes in gdkoffscreenwindow.c

15 years agoCreate directory before installing files there
Tor Lillqvist [Tue, 28 Sep 2010 13:22:44 +0000 (16:22 +0300)]
Create directory before installing files there

15 years agoFix maintainer-clean
Claudio Saavedra [Mon, 27 Sep 2010 09:22:03 +0000 (12:22 +0300)]
Fix maintainer-clean

gtkimcontextsimpleseqs.h is not really autogenerated but shipped

https://bugzilla.gnome.org/show_bug.cgi?id=630708

15 years agoImprove some docs
Matthias Clasen [Tue, 28 Sep 2010 00:59:08 +0000 (20:59 -0400)]
Improve some docs

15 years agoUpdated Catalan translation
Sílvia Miranda [Mon, 27 Sep 2010 22:04:12 +0000 (00:04 +0200)]
Updated Catalan translation

15 years agoRemoved invalid entry
Gil Forcada [Mon, 27 Sep 2010 22:03:28 +0000 (00:03 +0200)]
Removed invalid entry

15 years agolabel: Fix rendering of rotated labels
Benjamin Otte [Mon, 27 Sep 2010 18:49:39 +0000 (20:49 +0200)]
label: Fix rendering of rotated labels

gtk_paint_layout is utterly broken. Someone needs to fix it so we use
the cairo_t's matrix and don't juggle with both Pango and cairo matrices
everywhere.

15 years agogtk-demo: Clean up toolpalette drawing code
Benjamin Otte [Mon, 27 Sep 2010 18:49:06 +0000 (20:49 +0200)]
gtk-demo: Clean up toolpalette drawing code

Fix compile warning and use cairo_paint() instead of querying the widget
size and cairo_fill()ing it.

15 years agocups: Fix compile warnings with --enable-debug
Benjamin Otte [Mon, 27 Sep 2010 18:48:43 +0000 (20:48 +0200)]
cups: Fix compile warnings with --enable-debug

15 years agox11: Fix debug code
Benjamin Otte [Mon, 27 Sep 2010 15:33:39 +0000 (17:33 +0200)]
x11: Fix debug code

With recent changes, nobody compiled with debug enabled. Fix that.

15 years agoFix erroneous usage of height-for-width apis in gtk_widget_real_adjust_size_allocation().
Tristan Van Berkom [Mon, 27 Sep 2010 12:15:16 +0000 (21:15 +0900)]
Fix erroneous usage of height-for-width apis in gtk_widget_real_adjust_size_allocation().

When fitting a widget into its allocation, the second dimension
is always dependent on the first, so gtk_widget_get_preferred_size()
cannot be used directly (because we want the natural height for
the allocated width, not the natural height for the natural width,
which is generally a smaller height than the height-for-minimum-width
or height-for-allocated-width).

Added test to testadjustsize to ensure proper behaviour.

15 years agoFixing documentation of gtk_widget_get_request_mode()
Tristan Van Berkom [Mon, 27 Sep 2010 06:11:27 +0000 (15:11 +0900)]
Fixing documentation of gtk_widget_get_request_mode()

15 years agoFixing demos/ directory to build for removal of GtkObject type.
Tristan Van Berkom [Mon, 27 Sep 2010 06:10:50 +0000 (15:10 +0900)]
Fixing demos/ directory to build for removal of GtkObject type.

15 years agoFixing tests/ build for removal of GtkObject type.
Tristan Van Berkom [Mon, 27 Sep 2010 06:10:23 +0000 (15:10 +0900)]
Fixing tests/ build for removal of GtkObject type.

15 years agoFixing gail build for removal of GtkObject type.
Tristan Van Berkom [Mon, 27 Sep 2010 06:09:51 +0000 (15:09 +0900)]
Fixing gail build for removal of GtkObject type.

15 years agoAdd a migration guide section on GtkObject
Matthias Clasen [Mon, 27 Sep 2010 02:29:33 +0000 (22:29 -0400)]
Add a migration guide section on GtkObject

15 years agoRemove GtkObject from the docs
Matthias Clasen [Mon, 27 Sep 2010 02:11:13 +0000 (22:11 -0400)]
Remove GtkObject from the docs

15 years agoRemove GtkWidgetFlags
Matthias Clasen [Sat, 18 Sep 2010 23:58:14 +0000 (19:58 -0400)]
Remove GtkWidgetFlags

15 years agoRemove GtkObject completely
Matthias Clasen [Sat, 18 Sep 2010 23:57:32 +0000 (19:57 -0400)]
Remove GtkObject completely

15 years agoMove destroy signal to GtkWidget
Javier Jardón [Sat, 18 Sep 2010 23:55:42 +0000 (19:55 -0400)]
Move destroy signal to GtkWidget

Also make GtkWidget derive from GInitiallyUnowned

15 years agoMove classes that currently derive from GtkObject to GInitiallyUnowned
Javier Jardón [Sat, 18 Sep 2010 23:54:31 +0000 (19:54 -0400)]
Move classes that currently derive from GtkObject to GInitiallyUnowned

15 years agoMove documentation to inline comments: GtkPaperSize
Javier Jardón [Mon, 27 Sep 2010 01:49:49 +0000 (03:49 +0200)]
Move documentation to inline comments: GtkPaperSize

15 years agoUpdate and expand GtkAccelMap API docs
Tadej Borovšak [Mon, 27 Sep 2010 01:03:09 +0000 (03:03 +0200)]
Update and expand GtkAccelMap API docs

15 years agoMove documentation to inline comments: GtkAccelMap
Javier Jardón [Mon, 27 Sep 2010 00:55:31 +0000 (02:55 +0200)]
Move documentation to inline comments: GtkAccelMap

15 years agoAdd a missing end tag
Matthias Clasen [Mon, 27 Sep 2010 00:42:07 +0000 (20:42 -0400)]
Add a missing end tag

15 years agotests: Port testadjustsize to draw vfunc
Benjamin Otte [Sun, 26 Sep 2010 22:45:52 +0000 (00:45 +0200)]
tests: Port testadjustsize to draw vfunc

15 years agogtk-demo: Use draw signal in toolpalette demo
Javier Jardón [Sun, 26 Sep 2010 22:06:00 +0000 (00:06 +0200)]
gtk-demo: Use draw signal in toolpalette demo

15 years agoUpdated Bulgarian translation
Damyan Ivanov [Sun, 26 Sep 2010 19:34:23 +0000 (22:34 +0300)]
Updated Bulgarian translation

15 years agoimage: Fix up draw function
Benjamin Otte [Sun, 26 Sep 2010 15:50:03 +0000 (17:50 +0200)]
image: Fix up draw function

The previous port to the draw function was a tiny bit incomplete. This
patch should fix the remaining issues and remove unused variables.

15 years agoMigration guide: Add an example for colormap -> visual
Matthias Clasen [Sat, 25 Sep 2010 00:02:01 +0000 (20:02 -0400)]
Migration guide: Add an example for colormap -> visual

15 years agoExpand the migration guide
Matthias Clasen [Fri, 24 Sep 2010 22:59:24 +0000 (18:59 -0400)]
Expand the migration guide

This commit add some text about mult-window ::draw implementations,
pointing out the gtk_cairo_should_draw_window() and
gtk_cairo_transform_to_window() convenience functions.

15 years agoaccellabel: Remove gtk_widget_is_drawable() check from draw vfunc
Benjamin Otte [Sat, 25 Sep 2010 22:55:48 +0000 (00:55 +0200)]
accellabel: Remove gtk_widget_is_drawable() check from draw vfunc

15 years agotreeview: Use gtk_cairo_transform_to_window()
Benjamin Otte [Thu, 23 Sep 2010 09:54:54 +0000 (11:54 +0200)]
treeview: Use gtk_cairo_transform_to_window()

15 years agospinbutton: Use gtk_cairo_transform_to_window()
Benjamin Otte [Thu, 23 Sep 2010 09:54:44 +0000 (11:54 +0200)]
spinbutton: Use gtk_cairo_transform_to_window()

15 years agonotebook: Use gtk_cairo_transform_to_window()
Benjamin Otte [Thu, 23 Sep 2010 09:54:34 +0000 (11:54 +0200)]
notebook: Use gtk_cairo_transform_to_window()

15 years agomenu: Use gtk_cairo_transform_to_window()
Benjamin Otte [Thu, 23 Sep 2010 09:54:27 +0000 (11:54 +0200)]
menu: Use gtk_cairo_transform_to_window()